From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 16:09:23 +0000 (-0700) Subject: Staging: hv: channel: export vmbus_receivepacket_raw to modules X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~16303^2~3^2~28 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=adaee6bd45f6e172cde0a98461e4e1ba19284373;p=linux-4.9.git Staging: hv: channel: export vmbus_receivepacket_raw to modules Drivers need to call this directly, so export it, like other vmbus functions. Cc: Haiyang Zhang Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index 264155e29a7c..9deac90f19d4 100644 --- a/drivers/staging/hv/channel.c +++ b/drivers/staging/hv/channel.c @@ -1017,6 +1017,7 @@ int vmbus_recvpacket_raw(struct vmbus_channel *channel, void *buffer, spin_unlock_irqrestore(&channel->inbound_lock, flags); return 0; } +EXPORT_SYMBOL_GPL(vmbus_recvpacket_raw); /* * vmbus_onchannel_event - Channel event callback